.offcanvas-overlay{position:fixed;z-index:100;width:100%;background-color:var(--offset-color);left:0;bottom:0;display:none;top:0;right:0;cursor:pointer}.offcanvas-overlay.showcart-overlay{display:block}.main-button{min-width:113px;height:40px;border:none;border-radius:4px;font-size:14px;font-weight:700;line-height:16px;transition:all ease .2s;letter-spacing:.04em}.main-button:focus,.main-button:hover{filter:brightness(1.15)}.cart:not(.action){position:fixed;z-index:100;height:100%;bottom:0;top:0;width:475px;right:-100%;background-color:var(--background);transition:all ease-in-out .4s;visibility:hidden;opacity:0}.cart:not(.action).showcart{right:0;visibility:visible;opacity:1}.cart__header{min-height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 27px 0 12px}.cart__header img{width:24px;cursor:pointer}.cart__header--title{font-size:20px;line-height:24px;font-weight:700;color:var(--title-text)}.cart__header a{display:flex}.cart__header--close{cursor:pointer}.cart__free-shipping{height:56px;display:flex;justify-content:center;margin:auto;background-color:var(--dark-primary);position:relative;z-index:5;box-shadow:rgb(0 0 0 / 20%) 0 2px 6px}.cart__free-shipping>span{display:block;position:absolute;background-color:var(--featured);width:65%;height:100%;left:0}.cart__free-shipping>span.free{background:var(--toast-green)}.cart__free-shipping__container{max-width:360px;display:flex;align-items:center;position:absolute;height:100%}.cart__free-shipping__container path:nth-child(2){fill:var(--title-text)}.cart__shop-list--btn input[type="number"]{border:transparent;width:35px;text-align:center}.cart__shop-list--btn span{width:20px;display:flex;justify-content:center;align-items:center;font-size:17px;cursor:pointer}.cart__free-shipping__container p{font-size:14px;line-height:18px;color:var(--background);font-weight:400;margin-left:15px}.cart__free-shipping__container p span{font-weight:700}.cart__free-shipping__container svg{width:24px}.cart__free-shipping__container svg path:last-child{fill:var(--background)}.cart__scroll{max-height:88vh;overflow-y:auto;position:relative}.cart__scroll::-webkit-scrollbar{background-color:var(--secondary);max-width:5px}.cart__scroll::-webkit-scrollbar-thumb{background-color:var(--featured);border-radius:10px;padding-right:10px}.cart__shop-list{height:100%;min-height:365px;max-height:365px;overflow-y:auto}.cart__shop-list--item{display:flex;justify-content:center;flex-direction:column;padding:10px 20px;border-bottom:1px solid #D9D9D9;position:relative}.cart__shop-list--item:last-child{border-bottom:none}.cart__shop-list--layout{display:flex;justify-content:flex-start;align-items:center;margin-bottom:10px}.cart__shop-list--layout>figure{margin-right:30px}.cart__shop-list--layout>figure img{max-width:104px;height:auto}.cart__shop-list--text{display:flex;flex-direction:column;justify-content:space-between;width:100%}.cart__shop-list--name{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:30px}.cart__shop-list--name h3{font-size:16px;color:var(--bold-text);font-weight:400;line-height:20px}.cart__shop-list--name .remove svg{max-width:21px;cursor:pointer;width:21px}.cart__shop-list--price{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.cart__shop-list--price small,.cart__shop-list--price span{font-size:12px;line-height:18px;color:var(--bold-text)}.cart__shop-list--price small{font-weight:400}.cart__shop-list--price span{font-weight:700}.cart__shop-list--btn{font-size:16px;color:var(--bold-text);border:1px solid #D9D9D9;background-color:var(--background);border-radius:4px;display:flex;align-items:center;justify-content:space-evenly;width:88px;height:36px}.cart__buymore-btn{display:flex;align-items:center;justify-content:center;text-align:center;height:40px;background-color:var(--secondary);margin-bottom:25px}.cart__buymore-btn a{color:var(--bold-text);font-size:14px;font-weight:400;line-height:18px;transition:all ease .2s;text-decoration:underline}.cart__shop-list--unavailable{min-height:105px;border:2px solid var(--border-color);background-color:var(--info-background);border-radius:4px;display:flex;justify-content:center;align-items:center;padding:25px 30px}.cart__shop-list--unavailable::after{content:'';position:absolute;top:0;bottom:140px;left:0;right:0;background-color:var(--background);opacity:.5;display:block;z-index:1;cursor:not-allowed}.cart__shop-list--unavailable span{margin-right:25px}.cart__shop-list--unavailable span img{width:40px}.cart__shop-list--unavailable article p{color:var(--bold-text);font-size:14px;font-weight:400;line-height:18px}.cart__shop-list--unavailable article a{font-size:14px;font-weight:400;line-height:18px;color:var(--bold-text);text-decoration:underline;transition:all ease .2s}.cart__buymore-btn a:hover,.cart__buymore-btn a:focus,.cart__shop-list--unavailable article a:hover,.cart__shop-list--unavailable article a:focus{color:var(--featured);cursor:pointer}.cart__shipping{border-top:1px solid #D9D9D9;flex-flow:column}.cart__shipping form{padding:0 20px;padding-bottom:10px;display:flex;flex-direction:column}.cart__shipping form.freight{padding-top:10px}.cart__shipping form label{font-size:14px;font-weight:400;line-height:18px;color:var(--bold-text);padding-bottom:5px}.cart__shipping form span{flex-wrap:nowrap;padding-bottom:5px}.cart__shipping form a{font-size:14px;font-weight:400;line-height:18px;color:var(--clean-text);transition:all ease .2s;text-decoration:underline}.cart__shipping--input{height:40px;min-width:180px;font-size:14px;font-weight:400;color:var(--bold-text);border:1px solid #D9D9D9;border-radius:4px;padding:0 10px;transition:all ease .2s}.cart__shipping--input:focus{border:1px solid var(--featured)}.cart__shipping--input::placeholder{color:var(--clean-text);font-size:14px;font-weight:400}.cart__shipping--button.main-button{margin-left:10px;background-color:var(--bold-text);color:var(--background);width:100%;max-width:120px}.cart__shipping--coupon{font-size:14px;font-weight:700;line-height:18px;color:var(--featured);text-decoration:underline;padding:0 20px}.freight__result{padding:0 20px;margin-top:-10px;margin-bottom:10px}.freight__result small{font-size:12px;background:var(--secondary);padding:0 7px;border-radius:10px}.cart__totals{background-color:var(--info-background);padding:30px 20px}.cart__totals--item{display:flex;justify-content:space-between;padding-bottom:15px}.cart__totals--item p,.cart__totals--item a{font-size:14px;font-weight:400;line-height:18px;color:var(--bold-text)}.cart__totals--item a{text-decoration:underline;transition:all ease .2s}.cart__totals--item.grand-total{padding-top:20px}.cart__totals--grand-total{text-align:right}.cart__totals--grand-total h3{font-size:24px;font-weight:700;line-height:28px;color:var(--bold-text);padding-bottom:10px}.cart__totals--grand-total p{color:var(--bold-text);font-size:14px;font-weight:400;line-height:18px}.cart__totals--grand-total span{font-size:14px;font-weight:700;line-height:18px;color:var(--bold-text)}.cart__totals--button.main-button{background-color:var(--featured);color:var(--background);width:100%;height:50px;cursor:pointer}.cart__shipping form a:hover,.cart__shipping--coupon:hover,.cart__totals--item a:hover{color:var(--featured)}.cart__cart-showcase{margin-top:30px;border-bottom:1px solid #D9D9D9;padding-bottom:50px}.cart__cart-showcase--title{padding:15px 0 10px 0}.grand-total h2{color:var(--text)}.cart__cart-showcase--title h2{font-size:20px;line-height:24px;font-weight:700;color:var(--title-text);padding:0 20px;text-align:center}.cart__cart-showcase--container{position:relative;width:100%;overflow:hidden}.cart__showcase--slider{margin-left:22px;width:100%;position:relative}.cart__showcase--slider .fade-white{position:absolute;bottom:40px;right:3%;top:0;z-index:2;display:flex;width:100px;background:linear-gradient(270deg,rgb(255 255 255 / 111%) 36%,rgb(253 255 255 / 0%) 100%)}.cart__showcase--slider .swiper{padding-bottom:55px}.cart__showcase--slider article p{padding-bottom:10px}.cart__showcase--slider .swiper-slide figure img{max-width:168px;max-height:167px;justify-self:center}.cart__showcase--slider .swiper-button-next{right:42px}.cart__showcase--slider .swiper-button-prev{left:0}.cart__showcase--slider .cart__slide-btn.main-button,.cart__shopping-checkout--button.main-button{background-color:var(--featured);color:var(--background);max-width:121px}.cart__showcase--slider .swiper-pagination-bullet-active{background-color:var(--primary)}.cart__showcase--slider .swiper-button-next,.cart__showcase--slider .swiper-button-prev{background-color:var(--featured);width:48px;height:48px;border-radius:50%;top:26%}.cart__showcase--slider .swiper-button-next:after,.cart__showcase--slider .swiper-button-prev:after{font-size:0}.cart__showcase--slider .swiper-button-next img,.cart__showcase--slider .swiper-button-prev img{width:23px}.cart__showcase--slider .swiper-button-next.swiper-button-disabled,.cart__showcase--slider .swiper-button-prev.swiper-button-disabled{opacity:0}.cart__showcase--slider .swiper-button-next img{transform:rotate(180deg)}.cart__showcase--slider .swiper-pagination-horizontal.swiper-pagination-bullets{left:46%}.cart__shopping-info{padding:30px 30px 0;border-bottom:1px solid #D9D9D9}.cart__shopping-info--topic{display:flex;align-items:center;padding-bottom:20px;gap:30px}.cart__shopping-info--topic path:nth-child(2){fill:var(--primary)}.cart__shopping-info--topic figure img{width:46px}.cart__shopping-info--topic h3{font-size:14px;color:var(--bold-text);font-weight:400;line-height:18px}.cart__shopping-info--topic h3 span{font-weight:700}.cart__shopping-checkout{display:flex;justify-content:space-between;padding:15px 20px;box-shadow:0 -4px 20px 0 rgb(0 0 0 / 20%);background-color:var(--background);position:fixed;bottom:-50%;opacity:0;z-index:10;width:inherit;transition:all ease-in-out .8s}.cart__shopping-checkout.checkoutActive{bottom:0;opacity:1}.cart__shopping-checkout article p{font-size:16px;font-weight:700;line-height:20px;color:var(--bold-text)}.cart__shopping-checkout article p span{font-size:24px;line-height:28px}.cart__shopping-checkout article small{font-size:14px;font-weight:400;line-height:18px;color:var(--clean-text)}.cart__shopping-checkout article small span{color:var(--bold-text)}.cart__empty-cart{display:flex;flex-direction:column;min-height:100%;align-items:center;justify-content:center}.cart__empty-cart h3{font-size:24px;font-weight:700;line-height:20px;color:var(--bold-text);padding-bottom:20px}.cart__empty-cart--btn.main-button{background-color:var(--featured);color:var(--background);transition:all ease .2s}@media (max-width:1024px){.cart__scroll{max-height:calc(100% - 100px)}.cart__free-shipping{height:40px}.cart__shop-list--name{margin-bottom:2px}.cart__shop-list--price{margin-bottom:5px}.cart__shop-list{min-height:160px}.cart__shipping{margin-bottom:10px}.cart__totals--item.grand-total{padding-top:0}.cart__totals{padding:10px 20px}}@media (max-width:860px){.cart{width:375px}.cart__shipping--input{width:100%}}@media (max-width:476px){.cart.showcart{width:100%}}